docs: clarify overlapping dynamic route parameters limitation#4130
docs: clarify overlapping dynamic route parameters limitation#4130ramanverse wants to merge 833 commits intonitrojs:v2from
Conversation
keeping bundle in mem might cause ram usage increase
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
Co-authored-by: Rihan Arfan <me@file.properties>
|
@ramanverse is attempting to deploy a commit to the Nitro Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can validate your CodeRabbit configuration file in your editor.If your editor has YAML language server, you can enable auto-completion and validation by adding |
Fixes #3518
Description
Adds a warning note to the Dynamic Routing documentation clarifying that overlapping dynamic routes with different parameter names in the same directory (e.g.,
[id].post.tsand[slug].get.ts) are not currently supported due to router limitations.This addresses the documentation request brought up by the maintainer in #3518 where developers were encountering unexpected behavior with overlapping parameters.